From: Paul Eggert Date: Sun, 9 Jan 2011 07:40:01 +0000 (-0800) Subject: * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5157^2~26 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f0ff3a9dddc764057843203ae06428a8d77d7c15;p=emacs.git * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this. --- diff --git a/ChangeLog b/ChangeLog index 9ac1d6d5d32..0f43fbc1e4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-01-09 Paul Eggert + * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this. + Regenerate. * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h: * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4: diff --git a/configure.in b/configure.in index 024d520315c..20e90faabbf 100644 --- a/configure.in +++ b/configure.in @@ -690,9 +690,6 @@ else test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS" fi -dnl checks for Unix variants -AC_USE_SYSTEM_EXTENSIONS - ### Use -Wno-pointer-sign if the compiler supports it AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign]) SAVE_CFLAGS="$CFLAGS"